/* ::::: https://www.lionelastomers.com/lib/css/normalize.css ::::: */

html {
	font-family: sans-serif;
}

body {
	margin: 0px;
}

audio:not([controls]) {
	display: none;
	height: 0px;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0px none;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0px;
}

img {
	border: 0px none;
}

svg:not(:root) {
	overflow: hidden;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0px none;
	padding: 0px;
}


/* ::::: https://www.lionelastomers.com/main/css/html5bp.css ::::: */

html {
	color: rgb(34, 34, 34);
	font-size: 1em;
	line-height: 1.4;
}

*::-moz-selection {
	background: rgb(179, 212, 252) none repeat scroll 0% 0%;
	text-shadow: none;
}

audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}

* {}

body a:link,
body a:visited,
body a:active {
	text-decoration: none;
	color: inherit;
}

html {
	overflow-x: hidden ! important;
}

body,
html {
	height: 100%;
	position: relative;
}

.btp-wrapper {
	position: fixed;
	z-index: 99;
	width: 100%;
	bottom: 3.5em;
	transition: all 0.3s ease-out 0s;
}

.btp-container {
	position: relative;
	width: 100%;
	margin: 0px;
}

.back-to-top {
	position: absolute;
	bottom: 0px;
	right: 1em;
	cursor: pointer;
	display: none;
}

.no-mobile .back-to-top {
	right: 1.75em;
}

.back-to-top img {
	opacity: 0.5;
	transition: opacity 0.25s ease-out 0s;
}

.back-to-top:hover img {
	opacity: 1;
}

.btp-target {
	position: absolute;
	left: 0px;
	top: 1.25em;
}

.hidden {
	display: none ! important;
	visibility: hidden;
}

.clearfix::before,
.clearfix::after {
	content: " ";
	display: table;
}

.clearfix::after {
	clear: both;
}


/* ::::: https://www.lionelastomers.com/lib/css/icons/mono.css ::::: */

@font-face {
	font-family: "Mono Social Icons Font";
	font-style: normal;
	font-weight: normal;
	src: url('monosocialiconsfont-1.10.ttf') format("truetype");
}

.symbol,
a.symbol::before {
	font-family: "Mono Social Icons Font";
	text-rendering: optimizelegibility;
}

a.symbol::before {
	content: attr(title);
	font-size: 1em;
}


/* ::::: https://www.lionelastomers.com/main/css/main.css ::::: */

body {
	background-color: rgb(244, 243, 243);
	font-family: "PT Sans", sans-serif;
}

#ascrail2000 {
	z-index: 999 ! important;
}

.header-wrapper {}

.header {
	position: relative;
	padding: 0px 5%;
}

#logo {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 54px;
}

/*.norm-logo {
	height: 36px;
	width: auto;
}*/

.scroll-logo {
	display: none;
}

.nav-container {
	display: none;
}

.menu-button {
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 54px;
	padding: 18px 0.75em;
	cursor: pointer;
	display: block;
	background: transparent none repeat scroll 0% 0%;
	box-sizing: border-box;
	border-radius: 0px;
	transition: background-color 0.25s ease-out 0s;
}

.no-touch .menu-button:hover,
.menu-button:active,
.menu-button.selected {
	background-color: rgb(138, 143, 147);
}

.menu-button .bar {
	width: 100%;
	height: 3px;
	background-color: rgb(68, 68, 68);
	margin: 0px 0px 5px;
	border-radius: 2px;
}

.no-touch .menu-button:hover .bar,
.menu-button:active .bar,
.menu-button.selected .bar {
	background-color: rgb(255, 255, 255);
}

.mobile-nav-container {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
	height: 0px;
}

.mobile-nav {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
	background: rgb(244, 243, 243) none repeat scroll 0% 0%;
}

.mobile-nav>li {
	margin: 0px;
	padding: 0px;
	color: rgb(138, 143, 147);
	font-size: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-nav>li>a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-ext-cond", "PT Sans", sans-serif;
	padding: 8px 5%;
	transition: all 0.25s ease-out 0s;
}

.mobile-nav>li>a:active,
.no-touch .mobile-nav>li>a:hover {
	color: rgb(0, 0, 0) ! important;
}

.mobile-nav .subnav {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	overflow: hidden;
	background-color: rgb(138, 143, 147);
}

.mobile-nav .subnav.show {
	height: auto;
}

.mobile-nav .subnav>li {
	white-space: nowrap;
	box-sizing: border-box;
	padding: 0px 0px 0px 8%;
	color: rgb(238, 238, 238);
	background-color: transparent;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-nav .subnav>li>a {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "proxima-nova-alt-ext-cond", "PT Sans", sans-serif;
	padding: 0.6em 0px 0.4em 1em;
	transition: all 0.25s ease-out 0s;
}

.mobile-nav>li .subnav>li>a:active,
.no-touch .mobile-nav>li .subnav>li>a:hover {
	color: rgb(255, 255, 255) ! important;
}

.page {
	position: relative;
	visibility: hidden;
	box-sizing: border-box;
}

.ezedit_body {
	padding: 3em 5% 6em;
}

.page>.image-wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgb(204, 204, 204);
}

.page>.image-wrapper>.image-holder {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fi-container {
	position: relative;
	z-index: 1;
}

.back-to-top img {
	width: 30px;
	height: auto;
}

.footer-wrapper {
    /*display: none;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.copy {
	color: rgb(0, 0, 0);
	opacity: 0.4;
	font-size: 11px;
	line-height: 40px;
	padding: 0px;
	box-sizing: border-box;
	display: block;
}

.image-content {
	position: relative;
	height: 100%;
	padding: 1em 5%;
}

h1 {
	font-family: "proxima-nova", "PT Sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	letter-spacing: 3.5px;
	line-height: 1em;
}

.interior-featured {
	display: none;
}

.page .content-wrapper .content {
	position: relative;
}

.landing-item .txt-wrapper::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.landing-item .ro::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

table.chart tbody>tr:nth-child(2n+1) {
	background-color: rgb(255, 255, 255);
}

table.chart.second-third tr>td:nth-child(2),
table.chart.second-third tr>td:nth-child(3) {
	background-color: rgb(255, 255, 255);
	text-align: center;
}

.page.technology table.chart tbody>tr:nth-child(2n+1) {
	background-color: transparent;
}

@media only screen and (max-width: 500px) {}

@media only screen and (min-width: 500px) {
	.ezedit_body {
		padding: 3em 10% 10em 5%;
	}
	.image-content {
		padding: 3em 5%;
	}
}


/* ::::: https://www.lionelastomers.com/main/css/overlay.css ::::: */

.overlay-page-wrapper {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
	width: 100%;
	min-height: 100%;
	display: none;
	opacity: 0;
	transform: translate3d(0px, 0px, 0px);
}

.overlay-page-container {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.overlay-page-wrapper .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 768px) {
	.overlay-page-wrapper {
		background-color: transparent;
		height: 100%;
	}
	.overlay-page-wrapper .bg {}
}


/* ::::: https://www.lionelastomers.com/main/css/ezedit.css ::::: */

.ezedit_body {
	font-family: "proxima-nova", "PT Sans", sans-serif;
	border-style: none;
	color: rgb(61, 61, 61);
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
}

.heading {
	color: rgb(192, 5, 19);
	font-size: 36px;
	font-weight: 400;
	line-height: 1em;
	font-family: "PT Sans Narrow", "PT Sans", sans-serif;
	text-transform: uppercase;
}

.sub_heading {
	font-family: "PT Sans", sans-serif;
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
}


/* ::::: https://www.lionelastomers.com/main/css/dt.css ::::: */


/* ::::: https://www.lionelastomers.com/main/css/non-mobile.css ::::: */

.intro.page::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.nav-container {
	display: none;
}

@media only screen and (min-width: 768px) {
	.popup-wrapper::before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.ezedit_body {
		padding: 3em 20% 10em 5%;
	}
	.image-content {
		padding: 3em 5%;
	}
	h1 {
		font-size: 52px;
	}
	.header {
		padding: 0px 5%;
	}
	.interior-featured {
		display: block;
		position: absolute;
		bottom: -3em;
		right: 0px;
		height: 0px;
	}
	.interior-featured .fi {
		display: block;
		position: relative;
		padding: 0px;
		margin: 0px 0px 3px;
		overflow: hidden;
	}
	.interior-featured .fi-container {
		background-color: rgb(129, 129, 129);
		border-radius: 3px 0px 0px 3px;
		width: auto;
		padding: 0.75em 2em 0.75em 0.75em;
		box-sizing: border-box;
		transition: all 0.25s ease-out 0s;
	}
	.csstransforms .fi-container {
		transform: translate(10px, 0px);
	}
	.interior-featured .fi:active .fi-container,
	.no-touch .interior-featured .fi:hover .fi-container {
		transform: translate(0px, 0px);
		background-color: rgb(220, 23, 38);
	}
	.interior-featured .txt-holder {
		color: rgb(255, 255, 255);
		font-size: 15px;
		text-align: left;
	}
	.interior-featured .field01 {
		display: block;
		font-family: "PT Sans", sans-serif;
		font-style: italic;
		font-weight: 400;
		line-height: 20px;
	}
	.interior-featured .field02 {
		display: block;
		font-family: "PT Sans", sans-serif;
		font-style: normal;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1em;
	}
}

@media only screen and (min-width: 1024px) {
	.header-wrapper {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 99;
	}
	.page-wrapper {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.page-container {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	.page {
		padding-top: 0px;
	}
	.menu-button {
		display: none;
	}
	.mobile-nav-container {
		display: none;
	}
	.nav-container {
		position: absolute;
		right: 60px;
		top: 52px;
		display: block;
/*		padding: 0px 0px 7px;*/
		border-bottom: 1px solid rgba(255, 255, 255, 0.55);
		width: auto;
	}
	.main-nav {
		margin: 0px 0.5em;
		padding: 0px;
		list-style: outside none none;
	}
	.main-nav>li {
		position: relative;
		display: block;
		float: left;
		margin: 0px;
		padding: 0px;
		color: rgb(255, 255, 255);
		padding-bottom:7px;
	}
	.main-nav>li>a {
		display: block;
		font-size: 1em;
		font-family: "proxima-nova-alt-ext-cond", "proxima-nova", "PT Sans", sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 1px;
		padding: 0px 12px;
		background-color: transparent;
		transition: all 0.25s ease-out 0s;
	}
	.main-nav>li>a:active,
	.no-touch .main-nav>li>a:hover {
		/*color: rgb(132, 212, 237);*/
		color:rgb(168,31,37);
	}
	.main-nav>li>a:active .img-holder,
	.no-touch .main-nav>li>a:hover .img-holder {
		transform: translate(0px, -6px);
	}
	.main-nav>li>a .img-holder {
		height: 40px;
		text-align: center;
		margin: 0px 0px 8px;
		transition: all 0.25s ease-out 0s;
		background-position: center -40px;
		background-repeat: no-repeat;
	}
	.main-nav>li .subnav-container {
		position: absolute;
		top: 77px;
		left: -270px;
		width: 488px;
		visibility: hidden;
		display: none;
		background-color: rgb(200, 200, 200);
	}
	.main-nav>li .subnav {
		float: left;
		width: 200px;
		box-sizing: border-box;
		list-style: outside none none;
		white-space: nowrap;
		border-radius: 0px 0px 3px 3px;
		padding: 0px 0.375em;
		margin: 1em 0px;
		border-right: 1px solid rgb(228, 230, 231);
	}
	.main-nav .subnav-container .img-wrapper {
		position: relative;
		width: auto;
		height: 238px;
		margin: 1em 1em 1em 216px;
		box-sizing: border-box;
		border: 2px solid rgb(225, 225, 225);
		border-radius: 4px;
		/*visibility: hidden; opacity: 0; */
	}
	.subnav-container .img-holder {
		position: relative;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	
	/*.main-nav>li::before {
		content: "";
		display: block;
		position: absolute;
		left: 30px;
		top: 67px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0px 9px 10px;
		border-color: transparent transparent rgb(200, 200, 200);
	}*/
	
	.main-nav>li>span{
		position: absolute;
		left: 30px;
		top: 67px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0px 9px 10px;
		border-color: transparent transparent rgb(200, 200, 200);
		display:none;
	}
	
	
	.main-nav .subnav>li {
		margin: 0px 0px 1px;
		padding: 0px;
		color: rgb(255, 255, 255);
	}
	.main-nav .subnav>li>a {
		display: block;
		font-size: 18px;
		font-family: "proxima-nova-alt-ext-cond", "proxima-nova", "PT Sans", sans-serif;
		font-weight: 600;
		text-transform: none;
		box-sizing: border-box;
		padding: 4px 30px 4px 1em;
		background-color: transparent;
		border-radius: 3px;
		transition: all 0.25s ease-out 0s;
	}
	.main-nav .subnav>li>a:active,
	.no-touch .main-nav .subnav>li>a:hover {
		/*background-color: rgb(132, 212, 237);*/
		background-color:rgb(16, 80, 42);
		color:#fff!important;
	}
	.page.default {
		min-height: 100%;
	}
	.section.featured .section-content>.fi:nth-child(2) {
		width: 34%;
	}
	.home-section-wrapper::before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.header {
		padding: 0px;
	}
	#logo {
		position: absolute;
		left: 0px;
		top: 1em;
		line-height: 62px;
		transform: translate(-260px, 0px);
		/*padding: 10px;*/
		background-color: rgb(255, 255, 255);
		border-radius: 0px 4px 4px 0px;
		overflow: hidden;
	}
	.norm-logo {
		/*width: 201px;
		height: 62px;*/
		animation: 300ms ease-out 0s normal none 1 running from100X;
	}
	.scrolling .header-wrapper {
		background-color: rgb(255, 255, 255);
		/*border-bottom: 1px solid rgb(238, 238, 238);*/
	}
	.scrolling .header {
		height: 72px;
	}
	.scrolling .norm-logo {
		display: none;
	}
	.scrolling .scroll-logo {
		display: inline-block;
		width: 400px;
		height: 74px;
		opacity: 1;
		animation: 300ms ease-out 0s normal none 1 running rotateFromX;
	}
	.scrolling #logo {
		/*left: 50px;*/
		top: 0px;
		padding: 0px;
		background-color: transparent;
		height: 100%;
		line-height: 72px;
	}
	.scrolling .nav-container {
		top: -4px;
		right: 60px;
		border-width: 0px;
	}
	.scrolling .main-nav>li {
		color: rgb(185, 184, 184);
		padding: 0px;
		margin: 0px;
	}
	.scrolling .main-nav>li>a {
		height: 76px;
		padding: 0px 12px;
	}
	.scrolling .main-nav>li>a:active,
	.scrolling .main-nav>li>a:hover {
		background-color: rgb(246, 245, 245);
	}
	.scrolling .main-nav>li .subnav {
		top: 76px;
		border-radius: 0px 0px 4px 4px;
	}
	.scrolling .main-nav>li>a .img-holder {
		background-position: center 0px;
		margin-bottom: 6px;
	}
	.image-content {
		padding: 12.5em 60px 3.5em;
		box-sizing: border-box;
	}
	h1 {
		margin: 0px;
		padding: 0px;
	}
	.ezedit_body {
		padding: 72px 20% 8em 8%;
	}
	.content-wrapper {
		background-image: url('watermark.png');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position-y: 380px;
		background-position-x: right ! important;
	}
	@keyframes rotateFromX {
		0% {
			opacity: 0;
			transform: rotateX(180deg) translate(0px, 0px);
		}
		100% {
			opacity: 1;
			transform: rotateX(0deg) translate(0px, 0px);
		}
	}
	@keyframes rotateFromX {
		0% {
			opacity: 0;
			transform: rotateX(180deg) translate(0px, 0px);
		}
		100% {
			opacity: 1;
			transform: rotateX(0deg) translate(0px, 0px);
		}
	}
	@keyframes rotateFromX {
		0% {
			opacity: 0;
			transform: rotateX(180deg) translate(0px, 0px);
		}
		100% {
			opacity: 1;
			transform: rotateX(0deg) translate(0px, 0px);
		}
	}
	@keyframes rotateFromX {
		0% {
			opacity: 0;
			transform: rotateX(180deg) translate(0px, 0px);
		}
		100% {
			opacity: 1;
			transform: rotateX(0deg) translate(0px, 0px);
		}
	}
	@keyframes from100X {
		0% {
			opacity: 0;
			transform: translate(-100px, 0px);
		}
		100% {
			opacity: 1;
			transform: translate(0px, 0px);
		}
	}
	@keyframes from100X {
		0% {
			opacity: 0;
			transform: translate(-100px, 0px);
		}
		100% {
			opacity: 1;
			transform: translate(0px, 0px);
		}
	}
}

@media only screen and (min-width: 1025px) {
	.no-touch .parallax-bg {
		background-attachment: fixed;
		background-position: 50% 0px;
		background-size: 100% auto;
	}
	.image-content {
		padding: 15em 60px 0px;
		height: 180px;
	}
	.ezedit_body {
		padding: 72px 20% 6em 8%;
	}
}

@media only screen and (min-width: 1200px) {
	.ezedit_body {
		padding: 72px 20% 10em 254px;
		max-width: 1000px;
	}
}






/*首页移动版*/

@media screen and (max-width:1024px) {

   .section-content .home-section-wrapper .txt-holder {
   	  width:100% !important;
   }

   .section-content .home-section-wrapper .txt-holder a img {
   	 max-width:480px !important;
   }

   .section-content .home-section-wrapper .txt-holder > img {
   	 max-width:100%;
   }
   
   .featured3 {
   	display:none;
   }

}

@media screen and (max-width:768px) {
	.qiehuan{
		display:none;
	}
}


